home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / CRSnap / CRSnap.doc < prev    next >
Text File  |  1996-09-26  |  3KB  |  95 lines

  1.  
  2.  
  3.     CRSnap - screen snapshot commodity,
  4.              by C.R. 'Magius' Hahn (of Westower)
  5.              Yeah, I named it after myself, what an ego trip.
  6.  
  7.  
  8.     CRSnap is a quick and simple screen snapshot commodity that, unlike
  9.     some OTHER screen snapshot commodities, FUNCTIONS CORRECTLY!!!
  10.  
  11.     FEATURES:
  12.         Handles all standard OCS/ECS and AGA screenmodes.
  13.         Handles V39-40 interleaved bitmaps.
  14.         Saves as *compressed* IFF ILBM.
  15.  
  16.     USAGE:
  17.         CLI or workbench (standard and NI icon included).  CRSnap
  18.         will auto-detach if run from CLI.  When running, press the
  19.         hotkey, and CRSnap saves the frontmost screen as a compressed
  20.         ILBM.  The filename will be CRSnap###.ilbm, where ### is a number
  21.         from 000 through 999. (CRSnap won't overwrite previous snaps,
  22.         you see.)  CRSnap always saves using the lowest numbered file
  23.         that doesn't already exist.  If every possible file of the
  24.         1000 files already exist, well, let's not consider that
  25.         possibility.... It's messy...... very....
  26.         Don't worry, though, it's not likely you will ever reach this
  27.         1000-file limit - but if you do, I thoroughly hate you for
  28.         having so bloody much free HD space you don't know what to do
  29.         with it besides fill it up with useless snaps of your
  30.         1280x768 256-color workbench screen, you verminous brat!
  31.  
  32.     TOOLTYPES/PARAMETERS:
  33.         The CLI interface is standard ReadArgs.
  34.  
  35.             CX_PRIORITY/K/N,SNAPKEY/K,SNAPPATH/K
  36.  
  37.         Or, if you don't understand template-ese:
  38.  
  39.             CRSnap [CX_PRIORITY=<n>] [SNAPKEY=<key>] [SNAPPATH=<path>]
  40.  
  41.         For Workbench, the tooltypes are identical.  SNAPKEY is the
  42.         hotkey string, in the 'normal' format (ie. "ctrl lalt s"),
  43.         and SNAPPATH tells CRSnap what directory to put the snapped
  44.         files into.  The default values for these can be found in the
  45.         icon, but here they are again:
  46.  
  47.             CX_PRIORITY=0
  48.             SNAPKEY=lcommand rcommand f10
  49.             SNAPPATH=sys:t
  50.  
  51.  
  52.  
  53.     NOTES:
  54.       - I'm not 100% certain if this will REALLY handle all AGA modes,
  55.         because I don't have an AGA machine.  If you encounter any
  56.         problems, please send me a note describing the difficulty, along
  57.         with an A4000T (loaded), and I will get right on the problem :)
  58.       - The way I have handled interleaved bitmaps may be considered
  59.         a bit improper.  I don't know of any correct way to do it.
  60.         Does anyone know why interleaved bitmaps do not seem to be
  61.         flagged as such?
  62.       - As with many such utilities, CRSnap only understands
  63.         intuition screens.  (can't snap custom viewports, or displays
  64.         with more than one screen - sorry)
  65.  
  66.  
  67.     THANKS:
  68.  
  69.         Jan Van Den Baard (sp?) - for DCBack.lib
  70.  
  71.         Matt "Counterpoint" McLellan (of Westower) - for testing.
  72.  
  73.         Eric's Trip - for being Eric's Trip, and creating such
  74.                         great albums.
  75.  
  76.  
  77. How to contact Westower to tell us how great we are (or that we suck):
  78.  
  79.     Snail-Mail:
  80.  
  81.         C.R. 'Magius' Hahn
  82.         Box 403
  83.         Montmartre, SK
  84.         S0G 3M0
  85.         Canada
  86.  
  87.     or EMail Matt "Counterpoint" McLellan at:
  88.  
  89.         mclellan@cs.uregina.ca
  90.  
  91. P.S. Before telling us that we suck, have a listen to Counterpoint's
  92. most excellent MOD's - available on AmiNet, in mods/ctp
  93.  
  94.  
  95.